type time.absDays
10 uses
time (current package)
time.go#L573: type absDays uint64
time.go#L599: func dateToAbsDays(year int64, month Month, day int) absDays {
time.go#L634: return absDays(centurydays + uint64(int64(cday+ayday)+int64(day)-1))
time.go#L638: func (abs absSeconds) days() absDays {
time.go#L639: return absDays(abs / secondsPerDay)
time.go#L643: func (days absDays) split() (century absCentury, cyear absCyear, ayday absYday) {
time.go#L747: func (days absDays) date() (year int, month Month, day int) {
time.go#L757: func (days absDays) yearYday() (year, yday int) {
time.go#L843: func (days absDays) weekday() Weekday {
time.go#L864: thu := days + absDays(Thursday-((days-1).weekday()+1))
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |